home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 565 / idealist.3_1 / prg / idealist.ida < prev    next >
Text File  |  1991-10-31  |  4KB  |  109 lines

  1. *****************************************
  2. * Printer Adaption for IdeaList V3.1    *
  3. *****************************************
  4. *  Comments:  from '*' to line end      *
  5. *                                       *
  6. *  Syntax of control codes:             *
  7. *  65 66 = $41 $42 = 'A''B' = 'AB'      *
  8. *                                       *
  9. *  Unnumerical chars and blanks         *
  10. *  between codes are permitted.         *
  11. *****************************************
  12. *                                       *
  13. *         Standard adaption             *
  14. *      for 24-pin matrix printers       *
  15. *                                       *
  16. *****************************************
  17. *
  18. * Name of Adaption (up to 24 chars):
  19. Standard (24 pins)
  20. *
  21. * Names of the Font Sizes (up to 12 chars): 
  22. Pica   10cpi*     Größe 1
  23. Elite  12cpi*       "   2
  24. Cond.  17cpi*       "   3
  25. Narrow 20cpi*       "   4
  26. *
  27. * Name of the Joker (up to 12 chars):
  28. Joker (free)
  29. *
  30. * Fonts (0 = internal):
  31. 0            * Größe 1
  32. 0            *   "   2
  33. 0            *   "   3
  34. 0            *   "   4
  35. *
  36. * Size Parameters:
  37. 11.7  * net page length in inch (contionous paper)
  38. 0.5   * text distance in inch (chain mode)
  39. 0.3   * minimum rest length in inch (chain mode)
  40. 60    * number of lines in pica-lines (6 lpi) (single paper)
  41. 6     * lines/inch size 1 
  42. 8     *      "       "  2 
  43. 8     *      "       "  3 
  44. 10    *      "       "  4 
  45. 80    * maximum line length in pica-chars (10 cpi)
  46. 10    * chars/inch size 1 
  47. 12    *       "     "   2
  48. 17    *       "     "   3
  49. 20    *       "     "   4 
  50. *
  51. 1     * column distance in chars
  52. 0     * right margin in chars
  53. 0     * steps/inch for horizontal spacing (0 = not used)
  54. *
  55. 0     * mode of sending (0=normal)
  56. 0     * configuration of port/cut sheet feeder
  57. *       (0=parallel/manual, 1=para./auto, 2=serial/manual, 3=ser./auto) 
  58. *
  59. * Printer Control Codes (maximum : 20 chars):
  60. 27 64, 27 82 0          * initialise [reset, USA-set]
  61. 27 64                   * codes at the end
  62. 27 79                   * skip-over perforation off
  63. 27 67 00 12             * define gross page length [12"]
  64. 27 80, 18, 27 84        * define character wide/hight size 1 [10 cpi, condensed off, sub off]
  65. 27 77, 18, 27 84        *    "        "        "        "  2 [12 cpi, condensed off, sub off]
  66. 27 80, 15, 27 84        *    "        "        "        "  3 [10 cpi, condensed on, sub off]
  67. 27 77, 15, 27 83 1      *    "        "        "        "  4 [12 cpi, condensed on, sub on]
  68. 27 50                   * define line spacing size 1 [1/6"]
  69. 27 48                   *     "    "    "       "  2 [1/8"]
  70. 27 48                   *     "    "    "       "  3 [1/8"]
  71. 27 65 6                 *     "    "    "       "  4 [6/60" with  24-pins]
  72. 27 120 0                * draft
  73. 27 120 1                * letter quality
  74. 0                       * joker on [free]
  75. 0                       * joker off [free]
  76. 27 45 1, 27 69          * headline init [underline on, bold on]
  77. 27 45 0, 27 70          * headline exit [underline off, bold off]
  78. 27 69                   * bold on
  79. 27 70                   * bold off
  80. 0                       * light on [free]
  81. 0                       * light off [free]
  82. 27 52                   * italic on
  83. 27 53                   * italic off
  84. 27 45 1                 * underline on
  85. 27 45 0                 * underline off
  86. 27 83 0                 * superscript on
  87. 27 84                   * superscript off
  88. 27 83 1                 * subscript on
  89. 27 84                   * subscript off
  90. 0                       * init download data  [not used]
  91. 0                       * exit     "      "   [ "    " ]
  92. 0                       * download font on    [ "    " ]
  93. 0                       *    "      "   off   [ "    " ]
  94. 0                       * horizontal spacing (255 = replacement at runtime) [not used]
  95. '0' 8 '/'               * zero with slash
  96. *
  97. 0* Begin of Character Adaptions; 
  98. *  first Atari code, 
  99. *  then up to 20 printer codes;
  100. *  when character not printable: 32
  101. 127 = '^' 8 '-'            * 
  102. 189 = 67                   * (C)
  103. 190 = 82                   * (R)
  104. 254 = 32                   * [not printable]
  105. 255 = 32                   * [ "      "    ]
  106. 0* End of Character Adaptions
  107. *
  108. ************** End of Printer Adaption File ******************
  109.